home *** CD-ROM | disk | FTP | other *** search
- Path: inforamp.net!ts13-11
- From: rmorin@inforamp.net (Randy Charles Morin)
- Newsgroups: comp.lang.c++
- Subject: Re: Help me with DLL
- Date: Wed, 20 Mar 96 05:37:35 GMT
- Organization: MiddleWorld SoftWare
- Message-ID: <4io5jk$n9v@sam.inforamp.net>
- References: <4in04r$63a@falcon.ccs.uwo.ca>
- NNTP-Posting-Host: ts34-09.tor.inforamp.net
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- In article <4in04r$63a@falcon.ccs.uwo.ca>,
- "Guosun (George) XU" <xu@audio.hhcru.uwo.ca> wrote:
- >I made a DLL with C++. There are no problems when I built the DLL and
- >call DLL program. But as the program call functions in DLL at the
- >run time, I got an error message "Application Error. Call to
- >Undefined Dynalink". I check all Online helps. There are no description
- >about this error. Could somebody tell me about this error?
-
- I'm guess that you did not mark your functions as exported. In the module
- definition file, you have a section that allows you to enumerate your exported
- functions. You can also export function (and classes) in Borland C++ using
- the _export keyword.
-
-
- Agrivar
-
- aka Randy Charles Morin
- MiddleWorld SoftWare
- 1-800-363-3780
-